home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / editor / ne20.zip / NE.HLP (.txt) < prev    next >
Borland Turbo Vision Help  |  1994-03-11  |  49KB  |  773 lines

  1. FBHF~
  2. MAIN Help e
  3.              
  4.            
  5.    NE V2.0   
  6.              
  7.                    GDSOFT
  8.               57280 Osage Drive
  9.                Goshen, IN 46526
  10.             CompuServe 72067,2726
  11.               BBS (219) 875-8133
  12. Topics: *
  13.  Dialogs 
  14.  Editor 
  15.  Menus 
  16.  Glossary
  17. This editor can handle files up to 64K.  It also supports the following features : 
  18.          .. Wordwrap
  19.          .. Multiple Files (up to 16)
  20.          .. Automatic edit of DOS system files
  21.          .. WORDSTAR command structure ( IHATEWORDPERFECT !!)
  22.          .. Spell Checking
  23. This program is dedicated to the BBSers all over the world !! 
  24.  DRAG Mode                       MAIN
  25. The current window is being moved or resized.  Press [Enter] to keep the current position, or [Esc] to restore the former position and/or size. 
  26. This help context is reserved. 
  27.  SYSTEM Menu     (Alt-SpaceBar)   MAIN
  28. System functions B
  29.  Topics:
  30.  About 
  31.  Refresh
  32. display 
  33.  Clear
  34. desktop 
  35.  System
  36. files
  37.  Help on ABOUT            SYSTEM
  38. Program information, copyright, version, command-line switches. 
  39.  Help on CLEAR DESKTOP    SYSTEM
  40. Closes all desktop windows.  If changes have been made to any window since the last save, you will be prompted whether or not to save the changed contents of the window. 
  41.  Help on REFRESH DISPLAY   SYSTEM
  42. Redraws the screen and tiles the windows; 
  43.  Help on SYSTEM FILES      SYSTEM
  44. Closes all windows, then reloads the PC's system setup/start-up files: (
  45.      DOS:  AUTOEXEC.BAT and CONFIG.SYS
  46. Network copies of these files are NOT loaded. ?
  47. DOS files are located using the COMSPEC environment variable. 
  48.  MENUS Help                      MAIN
  49. Select which menu you would like help on.     
  50. Topics: 5
  51.  File    
  52.  Edit
  53.  Search  
  54.  Windows
  55.  Desktop 
  56.  Print
  57.  FILE Menu       [Alt]-[F]       MENUS
  58. This menu allows you to access various file commands.  Select which menu item you would like help on. 
  59. Sub Topics: 
  60.  Open          
  61.  New          
  62.  Save
  63. Continue 
  64.  Save
  65. Done    
  66.  Save
  67.  Change
  68. Dir    
  69.  Shell
  70.  Exit          
  71.               
  72.  OPEN            [F3]            FILE
  73. Select a file from disk to edit. 
  74.  NEW                             FILE
  75. Automatically open a blank edit window with the title of UNTITLED.  You can start typing text right away. 
  76.  SAVE CONTINUE   [F2]            FILE
  77.                                  SAVE
  78. Save text in the current window to disk and continue editing. If your window is titled UNTITLED, you will be asked to supply a file name. Otherwise, the text is saved to disk using the current window
  79. title. 9
  80. This command is disabled until you open an edit window. 
  81.  SAVE DONE       [Ctrl]-[K]-[D]  FILE
  82.                                  SAVE
  83. Save text in the current window to disk and close the edit window. If your window is titled UNTITLED, you will be asked to supply a file name. Otherwise, the text is saved to disk using the current window title. 9
  84. This command is disabled until you open an edit window. 
  85.  SAVE FILE       [Ctrl]-[K]-[F]  FILE
  86.                                  SAVE
  87. Save text in the current window to disk under a new file name. You are asked to which file you would like to save the text. The file may be an existing disk file, or a new file. 
  88. Once your text is saved, you can continue using the editor on the current edit window.  Note that the window
  89. title will change to reflect your new file name. 9
  90. This command is disabled until you open an edit window. 
  91.  CHANGE DIR                      FILE
  92. Change to another directory. 
  93.  SHELL TO DOS                    FILE
  94. Drop into MS-DOS to use various DOS commands, run other programs, and do all those wondrous things MS-DOS allows you to do. k
  95. When you are done using MS-DOS, type in "EXIT" and you will return to where you were in your application. 
  96.  EXIT            [Alt]-[X]       FILE
  97. Terminate the current application and return to MS-DOS. 
  98. Before the application is terminated, all windows on the desktop will be saved to the default desktop file on disk.  The current video mode is saved with the desktop. 
  99. The next time you use this application, the last desktop you had open will be restored, along with the video mode you were in. 
  100.  EDIT Menu  [Alt]-[C]       MENUS
  101. This menu allows you to cut, copy, and paste text to and from the clipboard.  You can also undelete your last text operation, clear selected
  102. text from your document without putting it into the clipboard, or view current clipboard contents. 
  103. Sub Topics: j
  104.  Undo        
  105.      
  106.  Copy        
  107.  Cut 
  108.  Paste
  109.  Clipboard   
  110.      
  111.  Clear       
  112.      
  113.  Spell
  114. Check 
  115.  UNDO            [Ctrl]-[U]      EDIT
  116.                  [Ctrl]-[Q]-[L]  EDITOR
  117. Undo your last text operation.  Whether you entered text that you don't really want, or accidentally deleted some text you would like to restore, UNDO will restore the text to its original context. 
  118. However, you must select UNDO before you use any cursor
  119. key. The UNDO buffer is based on cursor movement.  As long as you are entering or deleting text you can UNDO it. This also applies to marking blocks of text and deleting them. The deletion can be undone, as long as you don't move the cursor with a cursor
  120. key (i.e., [PgUp], [Right-Arrow], [Home], etc.). Once the cursor is moved, the UNDO buffer flushes itself and the original text context is forever gone. 
  121. This does not apply to using any of the text reformatting
  122. keys. Wordwrap can not be undone. Nor can paragraph or document reformatting. L
  123. This command is disabled until you enter or delete text in an edit window. 
  124.  COPY            [Ctrl]-[Ins]    EDIT
  125.                  [Ctrl]-[K]-[K]  MOVING
  126.                                  SELECT
  127. Copy selected text to the clipboard.  Using COPY indicates that you want to take a "copy" of your selected
  128. text, leaving the text in your document intact. A
  129. This command is disabled until you place text on the clipboard. 
  130.  CUT             [Shift]-[Del]   EDIT
  131.                  [Ctrl]-[K]-[Y]  DELETE
  132.                                  SELECT
  133. Cut selected
  134. text out of your document to the clipboard.  Using CUT indicates that you want to "cut" your selected
  135. text, removing the text from your document. A
  136. This command is disabled until you place text on the clipboard. 
  137.  PASTE           [Shift]-[Ins]   EDIT
  138.                  [Ctrl]-[K]-[C]  MOVING
  139. Paste text into your document from the clipboard. In order to use this option, text must have been placed on the clipboard previously using COPY or CUT commands. A
  140. This command is disabled until you place text on the clipboard. 
  141.  CLIPBOARD                       EDIT
  142. View the contents of the clipboard.  The clipboard will be blank unless you previously put something on it using the COPY or CUT commands. Z
  143. To exit the clipboard, press [Alt]-[F3] and you will return to your current edit window. 
  144.  CLEAR           [Ctrl]-[Del]    EDIT
  145.                                  DELETE
  146.                                  SELECT
  147. Clear selected text from your document.  This is much like the CUT option, but the selected
  148. text is not put on the clipboard. E
  149. Use this command only if you want to delete selected text for good. 1
  150. This command is disabled until you select
  151. text. 
  152.  SPELLCHECK                      EDIT
  153. This option allows the current edit window to be saved to disk to allow an external spelling checker to be run.  You can use any spell checker you choose, as long you set it FIRST with the command line syntax NE SPELL="name", where "name" is the spell check program.  Also, check your  PATH statement to make sure that the directory location of the spell program is included. 
  154. If NE still cannot find you spell check  program, then include it in the same directory as "NE.EXE".   Once the spell checker is done, the window is reopened for editing with the corrected text. 
  155.  SEARCH Menu     [Alt]-[S]       MENUS
  156.                                  EDITOR
  157. This menu allows you to look for and/or replace text within your document.  It also offers the option of quickly repeating the last find or search/replace action. 
  158. Sub Topics: "
  159.  Find  
  160.  Search/Replace
  161.  Again 
  162.  FIND            [Ctrl]-[Q]-[F]  Search
  163. Find a particular bit of text in your document.  A dialog
  164. box will appear asking you what text to find, and gives you the option of finding text that is case sensitive or whole words only. 9
  165. This command is disabled until you open an edit window. 
  166.  SEARCH/REPLACE  [Ctrl]-[Q]-[A]  SEARCH
  167. This is similar to using FIND text, however you also have to provide text with which to replace text you find.  A dialog
  168. box will appear asking you what text to find, what text to replace it with, and if the search is case sensitive, for whole words only, to prompt before replacing text, or to replace all finds without prompting. 9
  169. This command is disabled until you open an edit window. 
  170.  AGAIN           [Ctrl]-[L]      SEARCH
  171. This will allow you to quickly repeat the last FIND or SEARCH/REPLACE action without having to enter your FIND or SEARCH/REPLACE parameters into a dialog
  172. box again. 9
  173. This command is disabled until you open an edit window. 
  174.  WINDOWS Menu    [Alt]-[W]       MENUS
  175. This menu allows you to navigate amongst the different windows open on the desktop, resize or move a window, or arrange your windows in a tile or cascade pattern on the desktop. 
  176. Sub Topics: g
  177.  Resize/Move 
  178.  Zoom        
  179.  Previous    
  180.  Next
  181.  Close       
  182.  Tile        
  183.  Cascade 
  184.  User
  185. Screen
  186.  RESIZE/MOVE     [Ctrl]-[F5]     WINDOWS
  187. Resize or move the current window on the desktop. The first thing you will note is that the window
  188. border will change color.  You can now resize or move the window. 
  189.  Title 
  190.  <--Title Bar
  191.                          
  192.                          
  193.                          
  194.                          
  195.                          
  196.  <--Resize
  197. corner
  198. To resize the window, hold the [Shift] key down and press the right or down arrow.  If you are using a mouse, you must first click on the bottom right "resize"
  199. corner of the window, and while holding the mouse button down, move it right or down to make the window grow.  You reverse the process to shrink the window. 
  200. To move the window, you press the arrow key that corresponds to the direction you want to move the window.  To move it quickly, press the [Ctrl] key and the arrow key that corresponds to the direction you want to move the window.  If you are using a mouse, you must place the mouse cursor on the title
  201. bar of the window, press the mouse button, and move the window to where you want it while you hold the mouse button down. 
  202. When you are done resizing/moving the window, press [Enter] and the window
  203. border returns to its default color. If you are using a mouse, just let go of the mouse button. W
  204. This command is disabled unless a window that can be resized/moved is on the desktop. 
  205.  ZOOM            [F5]            WINDOWS
  206. Toggle between filling the desktop with the current window, or shrinking the window to its normal size. 
  207.  Title 
  208.  <--Title Bar
  209.                          
  210.                          
  211.                          
  212.                          
  213.                          
  214.  <--Resize corner
  215. If you are using a mouse, click on the arrow(s) on the title
  216. bar of the window.  Windows without arrow(s) on the title
  217. bar of the window can not be zoomed. P
  218. This command is disabled unless a window that can be zoomed is on the desktop. 
  219.  PREVIOUS        [Shift]-[F6]    WINDOWS
  220. Go back to the previous window on the desktop, if you have multiple windows open. 
  221. Note that there is a bug in TurboVision.  If you have only one window open on the desktop and try to go to the previous window and then the next window, your cursor gets lost.  Simply press a key to get the cursor back. N
  222. This command is disabled unless there is at least one window on the desktop. 
  223.  NEXT            [F6]            WINDOWS
  224. Go to the next window on the desktop, if you have multiple windows on the desktop. 
  225. Note that there is a bug in TurboVision.  If you have only one window open on the desktop and try to go to the previous window and then the next window, your cursor gets lost.  Simply press a key to get the cursor back. N
  226. This command is disabled unless there is at least one window on the desktop. 
  227.  CLOSE           [Alt]-[F3]      WINDOWS
  228. Close the window that is currently selected on the desktop. You select this option when you are done using a window. 
  229. You may also press the [Esc] key in many instances, or use the mouse to click on the close
  230. icon in the upper left corner of a window. .
  231.  Close
  232.  Icon:[
  233. ]     
  234.               
  235.                          
  236.               
  237.                          
  238.               
  239.                          
  240.               
  241.                          
  242.               
  243.                          
  244.               
  245. This command is disabled unless there is at least one window on the desktop. 
  246.  TILE                            WINDOWS
  247. Arrange all windows on the desktop in a tile pattern.  An example of four windows tiled on the desktop would look like this: 
  248.                
  249.                
  250.                
  251.                
  252.                
  253.                
  254.                
  255.                
  256.                
  257.                
  258.                
  259.                
  260.              Tiled Windows
  261. This command is disabled unless there is at least one window on the desktop. 
  262. CASCADE                          WINDOWS
  263. Menu 
  264. Arrange all windows on the desktop in a cascade pattern.  An example of four windows cascaded on the desktop would look like this: Z
  265.                          
  266.                          
  267.                          
  268.                          
  269.                          
  270.         Cascaded Windows
  271. This command is disabled unless there is at least one window on the desktop. 
  272. USER SCREEN     [Alt]-[F5]       WINDOWS
  273. Menu ~
  274. Display the DOS screen that existed upon entering the editor. Pressing ANY key will return you to the current editor window. 
  275.  DESKTOP Menu    [Alt]-[O]       MENUS
  276. This menu allows you to load and store the desktop, and to toggle between regular and 43/50 line screen mode. 
  277. Sub Topics: -
  278.  Load
  279. Desktop 
  280.  Store
  281. Desktop 
  282.  43/50
  283. Lines
  284.  LOAD DESKTOP                    DESKTOP
  285. Load a previous desktop from disk.  Note that you must have previously saved a desktop for this option to work, and it is always retrieved from the same file. P
  286. The video mode of the previous desktop is restored when you load that desktop. 
  287.  SAVE DESKTOP                    DESKTOP
  288. Save your current desktop to disk.  Note that the desktop is automatically saved when you exit the application, and it is always saved to the same file! B
  289. The video mode of the current desktop is also saved to the file. 
  290.  43/50 LINES                     DESKTOP
  291. Toggle between regular and 43/50 line video mode, providing your video card can support it. T
  292. This option is disabled if your video card does not support 43/50 line video mode. 
  293.  PRINT Menu    [Alt]-[P]       MENUS
  294. This menu allows you to print the current desktop, and to set the left and top printer margins. Additionally any one of several commonly used printer types may be selected. Text will be printed in NEAR LETTER quality mode for the selected printer. 
  295. Sub Topics: ,
  296. Margin 
  297.  Left
  298. Margin 
  299.  Select
  300. Printer
  301.  SET TOP PRINT MARGIN        PRINT
  302. Set the number of blank lines BEFORE the start of printing text. k
  303. The program stores this value as a system default and it will remain in effect until you change it again. 
  304.  SET LEFT PRINT MARGIN      PRINT
  305. Set the number of spaces to the LEFT of printed text. l
  306. The program stores this value as a system default. It remains in effect for all future use of the program. 
  307.  SELECT PRINTER TYPE       PRINT
  308. Select one of several common printer types. The text will be output in NEAR LETTER quality mode, and this option tells the program what printer codes to send to the printer. C
  309. EPSON, IBM, ALPS, TOSHIBA, BROTHER, and LASERJET are the choices. m
  310. Most dot-matrix printers can be either EPSON or IBM, and the most lasers use the HP LASERJET control codes. v
  311. The selected value become the default for all later use, so if you change printers, make sure you change this value. 
  312.  EDITOR COMMANDS                 Main
  313. Index
  314. This is a small, compact, 64K editor based on the Borland IDE editor.  It supports wordwrap, justifying text, and has a number of other WordStar commands. 
  315. Sub Topics: 
  316.  Centering  
  317.  Control
  318. Chars 
  319.  Cursor
  320.  Deleting   
  321.  Formatting    
  322.  GetDate
  323.  GetTime    
  324.  Indenting     
  325.  Inserting
  326.  Margins    
  327.  Moving        
  328.  Marking
  329.  Saving     
  330.  Searching     
  331.  Selecting
  332.  Tabs       
  333.  Undo          
  334.  Wordwrap
  335.  Output Date     [Ctrl]-[O]-[D]  EDITOR
  336. The current DATE is output at the current cursor position. 9
  337. This command is disabled until you open an edit window. 
  338.  Output Date     [Ctrl]-[O]-[T]  EDITOR
  339. The current TIME is output at the current cursor position. 9
  340. This command is disabled until you open an edit window. 
  341.  CURSOR Cmds                     EDITOR
  342. The following topics are available for cursor movement: 
  343.  Sub Topics:
  344.  Appearance   
  345.  Char
  346. Left      
  347.  Char
  348. Right
  349.  Document
  350.  Document
  351. Start 
  352.  Jump
  353.  Jump
  354. Mark    
  355.  Line
  356. Down      
  357.  Line
  358.  Line
  359. Start   
  360.  Line
  361. Up        
  362.  Page
  363. Bottom
  364.  Page
  365. Down    
  366.  Page
  367. Up        
  368.  Page
  369.  Scroll
  370. Up    
  371.  Scroll
  372. Down    
  373.  Word
  374.  Word
  375. Right   
  376.                 
  377.  DELETE Cmds                     EDITOR
  378. The following topics are available for deleting text: 
  379. Sub Topics: l
  380.  Char
  381. Left    
  382.  Char
  383. Right 
  384.  Line
  385.  Line
  386. End     
  387.  Line
  388. Start 
  389.  Selected
  390. Clear
  391.  Selected
  392.  Word       
  393.  FORMAT Cmds                     EDITOR
  394. The following topics are available for formatting text: 
  395. Sub Topics: !
  396.  Document 
  397.  Paragraph 
  398.  Justify
  399.  MARK Cmds                       EDITOR
  400. The following topics are available for text place markers: 
  401.  Goto 
  402.  MOVING Cmds                     EDITOR
  403. The following topics are available for moving text: 
  404. Sub Topics: 
  405.  Copy
  406. Text 
  407.  Paste
  408.  SAVE Cmds                       EDITOR
  409. The following topics are available for saving text: 1
  410.  Save
  411. Continue
  412.  Save
  413.  Save
  414.  SELECT Cmds                     EDITOR
  415. The following topics are available for selecting text: ,
  416.  Clear 
  417.  Copy  
  418.  Hide  
  419.  Start 
  420.  Word
  421.  TAB Cmds                        EDITOR
  422. The following topics are available for setting and using tabs: 
  423.  Set 
  424.  DEL CHAR RIGHT  [BackSpace]     DELETE
  425.                  [Ctrl]-[H]      EDITOR
  426. Move the cursor to the left one space, deleting the character before it. 
  427.  CENTER LINE     [Ctrl]-[Q]-[C]  EDITOR
  428. Center text on the line your cursor is sitting on.  Text is centered according to the current value of the right margin. 9
  429. This command is disabled until you open an edit window. 
  430.  CONTROL CHARS  [Ctrl]-[P]-[?]  EDITOR
  431. There are often times when you want to insert control characters into your text. This is done by holding down [Ctrl]-[P] and pressing the key that corresponds to the character you want entered into the text. You will need a good ASCII chart to determine what keys to press. For example, [Ctrl]-[P]-[L] would put a HEX(0C) or Decimal 12 into your text. This causes most printers to do a form feed. 
  432.  CHAR LEFT       [Left Arrow]    CURSOR
  433.                  [Ctrl]-[S]      EDITOR
  434. Move the cursor to the left one space.  No characters are deleted. 
  435.  CHAR RIGHT      [Right Arrow]   CURSOR
  436.                  [Ctrl]-[D]      EDITOR
  437. Move the cursor to the right one space.  No characters are deleted. 
  438.  DEL CHAR LEFT   [Del]           DELETE
  439.                  [Ctrl]-[G]      EDITOR
  440. Delete the character to the right of the cursor.  All other characters on the line are moved to the left to fill the vacant space. 
  441.  DEL TO END LINE [Ctrl]-[Q]-[Y]  DELETE
  442.                                  EDITOR
  443. Delete all characters from the current cursor position to the end of the current line. 
  444.  DELETE LINE     [Ctrl]-[Y]      DELETE
  445.                                  EDITOR
  446. Delete the current line. All lines below it are moved up by one line. 
  447.  DEL TO START LINE [Ctrl]-[Q]-[H]     DELETE
  448.                    [Ctrl]-[Backspace] EDITOR
  449. Delete all characters from the current cursor position to the start of the line. 
  450.  DELETE WORD     [Ctrl]-[T]      DELETE
  451.                                  EDITOR
  452. Delete characters from the current cursor position to the last character in the word, if the cursor is sitting in a word.  If the cursor is sitting in spaces, all spaces to the beginning of the next word will be deleted. 
  453.  PAGE BOTTOM     [Ctrl]-[End]    CURSOR
  454.                                  EDITOR
  455. Move the cursor to the bottom of the current page.  A page is defined as all text that is within the current window frame. 
  456.  HIDE SELECTION  [Ctrl]-[K]-[H]  EDITOR
  457.                                  SELECT
  458. Unhighlight any text you may have selected.  You press this key sequence if you decide you don't need to perform any action on the selected text. I
  459. Pressing the down arrow without the [Shift] key will do the same thing. 
  460.  PAGE TOP        [Ctrl]-[Home]   CURSOR
  461.                                  EDITOR
  462. Move the cursor to the top of the current page.  A page is defined as all text that is within the current window frame. 
  463.  AUTO-INDENT     [Ctrl]-[Q]-[I]  EDITOR
  464. Toggle the editor auto-indent feature on/off. 
  465. Auto-indent will automatically indent the cursor to the same position on the next line as the first character on the current line when [Enter] is pressed. M
  466. If Auto-Indent is on, an "I" will appear on the edit window indicator line. 9
  467. This command is disabled until you open an edit window. 
  468.  INSERT LINE     [Ctrl]-[N]      EDITOR
  469. Insert a carriage return and line feed pair at the current cursor position.  All characters at the cursor position and to the end of the line will be moved down to the next line. k
  470. Unlike the [Enter] key, the cursor stays at its current position and does NOT move down to the next line. 
  471.  INSERT MODE     [Ins]           CURSOR
  472.                  [Ctrl]-[V]      EDITOR
  473. Toggle the cursor between insert and overstrike mode.  In insert mode, characters are inserted into the text at the current cursor position and all characters after the cursor are moved to the left.  In overstrike mode, characters at the cursor position are replaced with the new character you type. 
  474.  JUMP TO LINE    [Ctrl]-[J]-[L]  CURSOR
  475. Quickly jump to any line in your document.  A dialog
  476. box will appear that requests the line number you wish to jump to. Valid entries are 1 through 9999. R
  477. Your cursor will remain on the current line if you enter an invalid line number. 9
  478. This command is disabled until you open an edit window. 
  479.  LINE DOWN       [Down Arrow]    CURSOR
  480.                  [Ctrl-[X]       EDITOR
  481. Move the cursor down to the next line. 
  482.  LINE END        [End]           CURSOR
  483.                  [Ctrl]-[Q]-[D]  EDITOR
  484. Move the cursor from its current position to the end of the line. 
  485.  LINE START      [Home]          CURSOR
  486.                  [Ctrl]-[Q]-[S]  EDITOR
  487. Move the cursor from its current position to the start of the line. 
  488.  LINE UP         [Up Arrow]      CURSOR
  489.                  [Ctrl]-[E]      EDITOR
  490. Move the cursor up one line. 
  491.  NEW LINE        [Enter]         EDITOR
  492.                  [Ctrl]-[M]
  493. Insert a carriage return at the current cursor position.  The cursor will move down to the next line.  If Auto-Indent is on, the cursor will indent to the the same position as the first character of the line the cursor was on when [Enter] was pressed.  Otherwise the cursor goes to the first position of the new line. 
  494.  PAGE DOWN       [PgDn]         CURSOR
  495.                  [Ctrl]-[C]     EDITOR
  496. Move the cursor down a page at a time through your text.  Note that a page is defined as all text that is within the current window frame. 
  497. This is not a "true" page down feature, in that the first time you press the key the cursor simply goes to the bottom of the current page.  You'll probably have to press it twice to get to the next page.  Thereafter, it works as a true page down feature. 
  498.  PAGE UP         [PgUp]          CURSOR
  499.                  [Ctrl]-[R]      EDITOR
  500. Move the cursor up a page at a time through your text.  Note that a page is defined as all text that is within the current window frame. 
  501. This is not a "true" page up feature, in that the first time you press the key the cursor simply goes to the top of the current page.  You'll probably have to press it twice to get to the previous page.  Thereafter, it works as a true page up feature. 
  502.  DOCUMENT REFORM [Ctrl]-[Q]-[U]  FORMAT
  503. Quickly reformat your document text.  A dialog
  504. box will appear that allows you to select whether to begin reformatting at the current cursor position or from the beginning of the document. 
  505. Reformatting is based on the position of the first character in the first line of a paragraph and the current right margin setting.  You must be VERY careful when using this feature for you can easily ruin your document's appearance using the reformatting feature. 
  506. You can NOT undo the reformatting process.  It is permanent. Therefore, you are advised to save your document BEFORE you use this feature. 9
  507. This command is disabled until you open an edit window. 
  508.  PARAGRAPH REFORM  [Ctrl]-[B]    FORMAT
  509. Quickly reformat a paragraph. 
  510. Reformatting is based on the position of the first character of the current line the cursor is on and the current right margin setting.  Reformatting takes place from the current line to the end of the paragraph. >
  511. You can NOT undo the reformatting process.  It is permanent. 9
  512. This command is disabled until you open an edit window. 
  513. PARAGRAPH JUSTIFY  [Ctrl]-[O]-[J] FORMAT
  514. Cmds @
  515. Quickly RIGHT justify a paragraph to the right margin setting. 
  516. The current paragraph is right justified from the first line to the NEXT to the last line.  The LAST line is NOT right justified. 
  517. You can NOT undo the justify process.  It is permanent. However, you can use REFORMAT PARAGRAPH to return the paragraph to its former shape. 9
  518. This command is disabled until you open an edit window. 
  519.  RIGHT MARGIN    [Ctrl]-[O]-[R]  EDITOR
  520. Set a right margin value for the editor.  A dialog
  521. box will appear that asks you to enter a right margin value. Right margin values may range from 10 to 255.  The default right margin is 76. 
  522. The right margin is used by the editor wordwrap, reformatting, and centering features to determine where to wrap a line of text. 9
  523. This command is disabled until you open an edit window. 
  524.  SCROLL DOWN     [Ctrl]-[Z]      CURSOR
  525.                                  EDITOR
  526. Emulates the IDE function of scrolling the screen up while maintaining the cursor position. If the original cursor position scrolls off the screen, the cursor scrolls down a line.  This forces the cursor to stay in the upper left corner of the screen should the original cursor position scroll away. 
  527.  SCROLL UP       [Ctrl]-[W]      CURSOR
  528.                                  EDITOR
  529. Emulates the IDE function of scrolling the screen down while maintaining the cursor position.  If the original cursor position scrolls off the screen, the cursor scrolls up a line. This forces the cursor to stay in the lower left corner of the screen should the original cursor position scroll away. 
  530.  SELECT WORD     [Ctrl]-[K]-[T]  EDITOR
  531.                                  SELECT
  532. Highlight the current word the cursor is sitting on.  The word is marked from the current cursor position to the next space or end of line, whichever comes first.  The marked word is put into the clipboard without further effort on your part. Marking works in the normal manner, i.e., it disappears the moment you move the cursor. z
  533. Note that NOTHING will happen if you try to use this command when the cursor is sitting on a space or the end of a line. 
  534.  TAB STOPS       [Ctrl]-[O]-[I]  TAB
  535. Enter custom tab stop preferences in a dialog
  536. box. These tab stops are used to allow you to quickly insert spaces, or jump over text to a designated tab stop. 9
  537. This command is disabled until you open an edit window. 
  538.  START SELECT [Ctrl]-[K]-[B]       EDITOR
  539.               [Shift]-[Down Arrow] SELECT
  540. Start selecting text.  Selected text is that text which is not the same color as normal text.  You select text when you want to perform a particular action on that text and no other text, such as COPY, CUT, CLEAR, etc. 
  541.  TAB KEY         [Tab]           EDITOR
  542.                  [Ctrl]-[I]      TAB
  543. Move the cursor to the next tab stop.  Tab stops default to every fifth character on a line.  You may reset the tab stops by using [Ctrl]-[O]-[I]. x
  544. When in INSERT mode, the cursor will attempt to go to the next tab stop, happily INSERTING SPACES as it looks for that next stopping point.  If it is at the last tab stop, it stops inserting spaces and takes a big jump to the first character of the next line.  Try to keep tab use to a minimum when the cursor is in insert mode.  You eat up valuable buffer space real quick! 7
  545. When in OVERSTRIKE mode, the cursor will attempt to go to the next tab stop, happily skipping over characters as it looks for that next stopping point.  If it is at the last tab stop, OR the line is too short to allow it to reach the next tab stop, it takes a big jump to the first character of the next line. 
  546.  DOCUMENT END    [Ctrl]-[PgDn]   CURSOR
  547.                  [Ctrl]-[Q]-[C]  EDITOR
  548. Move the cursor from its current position to the end of the document. 
  549.  DOCUMENT START  [Ctrl]-[PgUp]   CURSOR
  550.                  [Ctrl]-[Q]-[R]  EDITOR
  551. Move the cursor from its current position to the start of the document. 
  552.  WORD LEFT  [Ctrl]-[F]           CURSOR
  553.             [Ctrl]-[Right-Arrow] EDITOR
  554. Move the cursor to the beginning of the previous word.  Use this feature when you want to quickly jump from word to word. 
  555.  WORD RIGHT  [Ctrl]-[A]          CURSOR
  556.              [Ctrl]-[Left Arrow] EDITOR
  557. Move the cursor to the beginning of the next word.  Use this feature when you want to quickly jump from word to word. 
  558.  WORDWRAP        [Ctrl]-[O]-[W]  EDITOR
  559. Toggle the editor wordwrap feature on/off. 
  560. Wordwrap allows you to type in text and automatically wrap to the next line when the cursor reaches the current right margin setting. I
  561. If wordwrap is on, a "W" will appear on the edit window indicator line. 9
  562. This command is disabled until you open an edit window. 
  563.  GOTO MARKER     [Ctrl]-[Q]-[#]  CURSOR
  564.                                  MARK
  565. Using the WordStar [Ctrl]-[Q]-[#] key sequence, where "#" is a number 1,2,3,4,5,6,7,8,9, or 0, will allow you to access up to 10 place markers you have previously set in your text.  Your cursor will go nowhere if you try to jump to a non-existant marker. 9
  566. This command is disabled until you open an edit window. 
  567.  SET MARKER      [Ctrl]-[K]-[#]  MARK
  568. Bring up a sub menu that allows you to set up to 10 place markers in your text. 
  569. Using the WordStar [Ctrl]-[K]-[#] key sequence, where "#" is a number 1,2,3,4,5,6,7,8,9, or 0, will allow you to set up to 10 place markers in your text. 9
  570. This command is disabled until you open an edit window. 
  571.  DIALOG Menu                     MAIN
  572. The following topics are available for dialog
  573. boxes: s
  574.  Cancel/No 
  575.  OK/Yes       
  576.  Change
  577.  Find      
  578.  Jump
  579. Line 
  580.  Reformat
  581.  Replace   
  582.  Right
  583. Margin 
  584. Stops
  585.  Cancel 
  586.       No   
  587.             DIALOG
  588. Clicking on these buttons, or pressing [Esc], says "No, go back to what I was doing -- don't change or do anything!". 
  589.     Ok  
  590.       Yes  
  591.             DIALOG
  592. Clicking on these buttons, or pressing [Enter], says "Yes, keep the changes I've made". 
  593.  ABOUT The Program               MAIN
  594. This is just an introductory screen.  Ego and all that jazz! 6
  595. Press [Enter] or click on the OK button to continue. 
  596.  DIRECTORY NAME  [Alt]-[N]       DIALOG
  597.                                  DIR
  598.                                  FILE_Menu
  599. You may type in a directory name, or press the down arrow to get a history of previous directory names.  If you are using the mouse, click on the history
  600. icon to the right of the input
  601. line. 
  602.  DIRECTORY TREE  [Alt]-[T]       DIR
  603.                                  CHDIR
  604. Button
  605. Move the highlighted bar with the up/down arrow keys, or your mouse, to the directory of your choice.  Note that the current directory will remain highlighted. 
  606.  CHDIR Button                    DIR
  607.                                  REVERT
  608. Button
  609. Pressing the CHDIR button will move you into the directory tree area. 
  610.  REVERT BUTTON                   CHDIR
  611. Button
  612.                                  DIR
  613. Pressing the REVERT button will change the directory selection to what it was when you originally brought up this dialog
  614. box. 
  615.  FILE Name       [Alt]-[N]       DIALOG
  616.                                  FILES
  617. Enter the file name you would like to load.  Press [Enter] to accept the current contents on the input
  618. line. You can also press the down arrow to bring up a history
  619. list of any previous entries. 
  620. FILES List       [Alt]-[F]       DIALOG
  621. Menu +
  622.                                  FILE
  623. Files are shown in alphabetical order.  You can use the down/up or left/right arrows, or PgUp/PgDn, to navigate about the file list, moving the highlight bar as you go.  You can also start typing the name of the file you want and the highlight bar will move to that file name. 
  624.  FIND Text       [Alt]-[T]       DIALOG
  625.                                  FIND
  626. Options
  627.                                  SEARCH
  628. Type in the text that you wish to find.  You can also press the down arrow key to bring up a history list of the last text you looked for. Clicking the mouse on the history
  629. icon to the right of the input
  630. line will do the same thing. 
  631.  FIND Options                    FIND
  632. You have two options available when trying to find text. {
  633. You can do a case sensitive search, which means text must match the case of the text you entered before a match is found. 
  634. You may search for whole words only, which means that no match will be found if the text you input is part of a word (i.e, TIME -- "sometime" is NOT a match). 
  635. You use the mouse or up/down arrow keys to highlight the option you want, and click on it or press the spacebar to toggle it on/off. 
  636.  LINE Number                     DIALOG
  637. Enter a line number from 1 to 9999.  You may press the down arrow to select from a history list of previous entries, or use the mouse to click on the history
  638. icon to the right of the input
  639. line. 
  640.  REFORMAT Options                DIALOG
  641. Select one of the buttons to tell the editor where you want to start searching.  You may click on the appropriate button with your mouse, or use the up/down arrow keys to highlight the proper button. 
  642.  REPLACE Text    [Alt]-[N]       DIALOG
  643.                                  REPLACE
  644. Options
  645.                                  SEARCH
  646. Type in the replacement text you want.  You can also press the down arrow key to bring up a history list of the last replacement text. Clicking the mouse on the history
  647. icon to the right of the input
  648. line will do the same thing. 
  649.  REPLACE Options                 REPLACE
  650. The first two options are for finding text. {
  651. You can do a case sensitive search, which means text must match the case of the text you entered before a match is found. 
  652. You may search for whole words only, which means that no match will be found if the text you input is part of a word (i.e, TIME -- "sometime" is NOT a match). .
  653. The last two options are for replacing text. ]
  654. You may request the editor to prompt you for each matching occurance before replacing text. O
  655. You may request the editor replace all matching occurances without prompting. 
  656. You use the mouse or up/down arrow keys to highlight the option you want, and click on it or press the spacebar to toggle it on/off. 
  657.  RIGHT MARGIN                    DIALOG
  658. Enter a right margin value from 10 to 255.  Press the down arrow or click on the history
  659. icon to the right of the input
  660. line to bring up a history list of prior entries. 
  661.  TAB Stops                       DIALOG
  662. Use your right/left cursor keys to move the cursor to the tab stop you want to delete/set.  Press the spacebar to delete tabs, or any other character key (like [x]) to set a tab stop. m
  663. IMPORTANT:  If you press spacebar immediately after you bring this dialog up, all tab stops will be erased! 
  664. You can push the down arrow or click on the history
  665. icon between the OK and CANCEL buttons to bring up a history list of previous tab stop settings. 
  666.  GLOSSARY Menu                   MAIN
  667. The following topics are available for help. 
  668.  Close
  669. Icon    
  670.  Desktop
  671.  Dialog
  672. Box    
  673.  History
  674.  Input
  675. Line    
  676.  Memory
  677. Indicator
  678.  Menu
  679. Bar      
  680.  Pulldown
  681.  Resize
  682. Corner 
  683.  Selected
  684.  Status
  685. Bar    
  686.  Title
  687.  Window
  688. Border 
  689.  GLOSSARY Close Icon             GLOSSARY
  690. The close icon appears in the upper left corner of almost every window.  By clicking on it with your mouse, you can quickly close a window.  If you are not using a mouse, press [Alt]-[F3] or [Esc]. 
  691.  Close
  692.  Icon:[
  693.  Title 
  694.  <--Title Bar
  695.                          
  696.                          
  697.                          
  698.                          
  699.                          
  700.  <--Resize corner
  701.  GLOSSARY Desktop                GLOSSARY
  702. The desktop refers to all the space on the screen between the Menu
  703. Bar and the Status
  704. Bar.  All windows that appear in this area are considered part of the desktop. 
  705.  GLOSSARY Dialog Box             GLOSSARY
  706. A dialog box is a window that pops up to either tell you of some error condition that has occured, or to request further input before an action can be completed.  An example is the Change Directory dialog, which requests you enter the name of the directory you would like to change to. 
  707. A dialog box can several input
  708. lines, such as the search/replace dialog, and usually has several buttons associated with it that allow you to tell the dialog whether to accept or abort your dialog. 
  709.  GLOSSARY History Icon           GLOSSARY
  710. The history icon is a little box with the down arrow in it.  It is usually situated near an input
  711. line within a dialog
  712. box. 
  713. The history icon is selected by pressing the down arrow, or clicking on it with the mouse.  It brings up a new window that contains a list of all previous commands that may have been input.  The list is usually 10 items deep. 
  714. You can select from this list by using the mouse to scroll through it, or the up/down arrow keys.  Pressing [Enter] accepts the input and places it on the input
  715. line. This feature allows you to quickly pick previous entries. 
  716.  GLOSSARY Input Line             GLOSSARY
  717. An input line is always found within a dialog
  718. box. It allows you to enter data to allow some further action to take place.  Input lines will usually have a history
  719. icon associated with them, thereby allowing you to quickly select from amongst a list of previous entries. 
  720.  GLOSSARY Memory Indicator       GLOSSARY
  721. The memory indicator is situated on the bottom right corner of the screen, at the end of the status
  722. bar.  It shows you how much memory is available for further use by the application.  Memory available is shown in "bytes." 
  723.  GLOSSARY Menu Bar               GLOSSARY
  724. The menu bar is the bar that goes across the top of your screen with the names of the pulldown
  725. menus in it. Pressing the [F10] key will highlight one of the menu titles, or pressing the [Alt] key and the highlighted letter of the menu name will pull down that menu.  Clicking on the menu name with a mouse will do the same thing. 
  726.  GLOSSARY Pulldown Menu          GLOSSARY
  727. A pulldown menu is a menu of options that is usually not visible unless you request to "pull it down."  The menu
  728. bar contains the names of the various pull down menus available for your use. C
  729. You press the [F10] key to access the menu
  730. bar and and use the arrow keys to pick the menu name you want.  Then press [Enter] to pull the menu down.  An alternate method is to use the [Alt] key in conjunction with the highlighted character of the menu name.  Clicking on the menu name with a mouse will do the same thing. 
  731.  GLOSSARY Resize Corner          GLOSSARY
  732. The "resize corner" of a window is the bottom right corner that appears a bit different from the rest of the window
  733. border.  By clicking on it with a mouse, you can resize a window to the dimensions you want.  Not all windows have this corner, for not all windows can be resized. 
  734.  Title 
  735.  <--Title Bar
  736.                          
  737.                          
  738.                          
  739.                          
  740.                          
  741.  <--Resize corner
  742.  GLOSSARY Selected Text          GLOSSARY
  743. Selected text is that text which you highlight in your document.  Once text has been selected, you may COPY, CUT, or CLEAR the text.  Selected text has a different color than regular text. 
  744.  GLOSSARY Status Bar             GLOSSARY
  745. The status bar is the bar that appears at the bottom of your screen.  The bar is there to inform you of the commands that are available for your use.  The bar is also used to provide information as to what a particular menu option will do. 
  746.  GLOSSARY Title Bar              GLOSSARY
  747. Every window has a title bar.  The title bar is simply the name of the file that is associated with this particular window. The title bar of a dialog box us usually an indicator as to the function of that dialog. 
  748.  Title 
  749.  <--Title Bar
  750.                          
  751.                          
  752.                          
  753.                          
  754.                          
  755.  <--Resize corner
  756.  GLOSSARY Window Border          GLOSSARY
  757. All windows have a border around them, be it an edit window or a dialog
  758. box.  The border tells you several things about a window.  If the border is highlighted, it means that window is the active window, or the one you are using.  If the border is not highlighted, it means the window is not active. If the border changes to a color that is not normal for active or inactive windows, it means you are resizing and/or moving it. 
  759.  GLOSSARY Zoom Icon              GLOSSARY
  760. The zoom icon is located in the upper right corner of most windows.  It means that this window can be zoomed in on to fill the whole desktop or can be zoomed out of to resume its normal size.  Not all windows can be zoomed. Dialog
  761. boxes are usually not "zoomable." =
  762.                        Zoom
  763.                        Icon [
  764.  Title 
  765.  <--Title Bar
  766.                          
  767.                          
  768.                          
  769.                          
  770.                          
  771.  <--Resize corner
  772. <                                                            
  773.